home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / SphereShift.dxr / 00100GPak Generic GFX_6_New Behavior.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  180 b   |  20 lines

  1. on beginSprite me
  2.   sprite(me.spriteNum).blendLevel = 0
  3. end
  4.  
  5. on mouseDown
  6.   nothing()
  7. end
  8.  
  9. on mouseEnter
  10.   nothing()
  11. end
  12.  
  13. on mouseLeave
  14.   nothing()
  15. end
  16.  
  17. on mouseUp
  18.   nothing()
  19. end
  20.